From e7e1ee240de7c8e21337f6640afebfe8a66fb04a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 27 May 2006 00:03:30 +0000 Subject: [PATCH] Correct parser test " inside link". It incorrectly thought it was okay to have a nowiki section inside a link target; now shows the corrected behavior where that is rejected as a link. --- maintenance/parserTests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 234c5f40ac..6bc097d66a 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1275,7 +1275,7 @@ title=[[Main Page]] !! input [[Main Page]] [[Main Page|the main page [it's not very good]]] !! result -

Main Page the main page [it's not very good] +

[[Main Page]] the main page [it's not very good]

!! end -- 2.20.1